dsh-memory-eternal: A Local Memory Plugin for the DeepSeek Harness
dsh-memory-eternal is a local memory plugin for the DeepSeek Harness, designed to address the persistence of session conclusions and on-demand recall of historical context. Maintained by EternalNight996 and released under the MIT license, the plugin consolidates conversations into a local Markdown Vault, supports Git-based management, and allows multiple Agents to share a common memory repository. Its core features include automatic knowledge card persistence, a memory_recall tool for on-demand retrieval, a built-in graphical knowledge base and knowledge graph, as well as a review center and recycle bin mechanism. The plugin supports integration with DSH, Claude Code, Codex CLI, and Cursor, and offers a standalone browser interface along with self-managed service options. Installation requires Node >= 22,
Read MoreDSH-AgentMemory: A Local Memory Plugin for Integrating AgentMemory into DSH
dsh-agentmemory is a DSH memory plugin (MIT licensed) maintained by elementor-i, designed to integrate a locally running agentmemory REST service into the DSH framework. This plugin does not require an MCP bridge and directly depends on a local service (default localhost:3111), providing agents with a stable memory backend for reusing session records and injecting recalled context. Core capabilities include providing 54 `memory_*` tools (including 8 core tools) and a `memory_http` escape hatch; automatically capturing sessions, prompts, tool calls, and other activities in the background; and supporting optional context injection. The default configuration emphasizes security, including credential redaction, timeout control, and non-blocking observation, with destructive tools disabled by default. Installation can be performed via
Read Moredsh-personalize: DSH Web Native Personalization Plugin
dsh-personalize is a DSH web plugin maintained by Zephyr-vibe, designed to address the issue of repeatedly configuring personalized settings across multiple sessions. The plugin is licensed under the MIT License, requires Node >= 20, and runs through the official public service without modifying the DSH core. Its core features include: 1. Custom instructions that inject users' long-term preferences into system prompts; 2. Local long-term memory, supporting manual addition or automatic collection by agents through tools like memory_create, with data persistently stored locally in the {DSH_HOME}/personalize/ directory, with a default limit of 50 entries; 3. Reply tone presets, offering various style options such as gentle and efficient. The plugin provides a bilingual interface in Chinese and English, and integrates automatically into the "Settings" menu after installation. Users can access it via commands or
Read More